Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/5.0.1xx] Add arcade-powered source-build strict coherent parent dependencies #8377

Merged
merged 2 commits into from
Sep 1, 2020

Conversation

dagood
Copy link
Member

@dagood dagood commented Sep 1, 2020

Adds dependencies for repos that source-build builds, but aren't in this repo yet. We're going to rely on dotnet/installer to know what sources belong in the arcade-powered source-build tarball.
dotnet/source-build#1563
https://github.com/dotnet/source-build/tree/release/3.1/Documentation/planning/arcade-powered-source-build

These dependencies won't be used right this second, but I think we should check them in anyway:

  • They will be used once arcade-powered source-build comes around.
  • It'll be good to see how these evolve over time. (E.g. validate whether the auto-updates keep working.)
  • Overall, getting the PR completed reduces risk for later.

@dagood dagood requested review from mmitche and sfoslund September 1, 2020 15:44
@dagood dagood self-assigned this Sep 1, 2020
@@ -124,7 +124,7 @@
<PropertyGroup>
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
<MicrosoftNETTestSdkVersion>15.8.0</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>16.8.0-release-20200828-02</MicrosoftNETTestSdkVersion>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last time this was touched was the migration to Arcade: #140. It's apparently test-only, which could explain why it's behind the coherent product:

<!-- infrastructure and test only dependencies -->
<PropertyGroup>
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
<MicrosoftNETTestSdkVersion>15.8.0</MicrosoftNETTestSdkVersion>

It's not used in dotnet/installer. I think it's used to override this Arcade default: https://github.com/dotnet/arcade/blob/e11b8486ad155fab13e788a268755c0ca60d3609/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props#L81

If it's necessary to use an old version, we'll have to figure out how to move this prop out of the file (or depend on a different nupkg out of vstest, but that seems more fragile).

Copy link
Member

@sfoslund sfoslund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me but please block on @mmitche's approval, as he understands this space a lot better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants